projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e8460
)
[docs] Use the correct GTK-doc syntax to refer to GTK+ property
author
Javier Jardón
<jjardon@gnome.org>
Tue, 12 Jan 2010 19:17:38 +0000
(20:17 +0100)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:55:17 +0000
(20:55 -0400)
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index 2696268b217a778b3d5e5a4c7fcb116ee6ffb938..548fd43b429669361246ab815f492d1cffed44ef 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-347,7
+347,7
@@
typedef enum
*
* Evaluates to %TRUE if the widget is a composite child of its parent.
*
- * Deprecated: 2.20: Use the
"composite-child"
property instead.
+ * Deprecated: 2.20: Use the
#GtkWidget:composite-child
property instead.
*/
#define GTK_WIDGET_COMPOSITE_CHILD(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_COMPOSITE_CHILD) != 0)
#endif